Reduce the precision of a floating point. Useful for displaying on screen
Some floating input value, e.g: 5.59367
The precision which must be seen, for example 2
An approximated floating value, for those inputs, return 5.93
See Implementation
Reduce the precision of a floating point. Useful for displaying on screen